The following tables list the members exposed by FilterItemCollection<T>.
Name | Description | |
---|---|---|
![]() | FilterItemCollection<T> Constructor |
Name | Description | |
---|---|---|
![]() | Count | Overridden. Gets the number of elements contained in the System.Collections.ICollection. |
![]() | IsFixedSize | Overridden. Gets a value indicating whether the System.Collections.IList has a fixed size. |
![]() | IsReadOnly | Overridden. Gets a value indicating whether the System.Collections.IList is read-only. |
![]() | IsSynchronized | Overridden. Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). |
![]() | Item | Overridden. Gets or sets the element at the specified index. |
![]() | SyncRoot | Overridden. Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
Name | Description | |
---|---|---|
![]() | List | Gets the list of items |
Name | Description | |
---|---|---|
![]() | Add | Overridden. Adds an item to the System.Collections.IList. |
![]() | AddSilently | Overridden. Adds the silently. |
![]() | Clear | Overridden. Removes all items from the System.Collections.IList. |
![]() | Contains | Overridden. Determines whether the System.Collections.IList contains a specific value. |
![]() | CopyTo | Overridden. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | GetEnumerator | Overridden. Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Overridden. Determines the index of a specific item in the System.Collections.IList. |
![]() | Insert | Overridden. Inserts an item to the System.Collections.IList at the specified index. |
![]() | RaiseCollectionChanged | Raises the CollectionChanged event. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection) |
![]() | Remove | Overridden. Removes the first occurrence of a specific object from the System.Collections.IList. |
![]() | RemoveAt | Overridden. Removes the System.Collections.IList item at the specified index. |
Name | Description | |
---|---|---|
![]() | OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection) |
![]() | OnPropertyChanged | Occurs when a property changes. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection) |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection) |